home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / LINUX / ROMFS_FS.{7B < prev    next >
Text File  |  1999-09-17  |  142b  |  11 lines

  1. #ifndef __ROMFS_FS_SB
  2. #define __ROMFS_FS_SB
  3.  
  4. /* romfs superblock in-core data */
  5.  
  6. struct romfs_sb_info {
  7.     unsigned long s_maxsize;
  8. };
  9.  
  10. #endif
  11.